home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
kcl
/
akcl
/
akcl1615.lha
/
xbin
/
append
next >
Wrap
Text File
|
1989-05-08
|
75b
|
6 lines
#!/bin/sh
if [ "$#" = "3" ] ;then
cat $1 $2 >> $3 ;
else cat $1 >> $2 ;
fi